/* 底部样式 */
#footer{
	background: url("../images/bottombg.png") no-repeat bottom;
	position: relative;
	min-width: 1200px;
	background-size: cover;
	height: 366px;
	z-index: 998;
}
#footer .footernav{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	width: 1010px;
	height: 60px;
}
#footer .footernav li{
	float: left;
	margin-right: 10px;
	height: 59px;
	width: 245px;
}
#footer .footernav li a{
	text-align: center;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	width: 245px;
	display: block;
	color: #000;
	cursor: pointer;
	text-decoration:none;
}
#footer .footernav li:last-child{
	margin-right: 0;
}
#footer .footernav .active{
	background-color: #4985c9;
	border-bottom: 0px;
	box-sizing: border-box;
	border-radius: 4px 4px 0 0;
}
#footer .footernav .active a{
	border: 0px;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
#footer .footernav .active a:hover{
	color: #fff !important;
}
#footer .content{
	position: absolute;
	top: 58px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
	background-color: rgba(248, 248, 251, 0.4);
	box-sizing: border-box;
	width: 1010px;
	border-radius: 3px;
}
#footer .content ul{
	background-color: #4985c9;
	overflow:auto;
	max-height: 260px;
	width: 1010px;
}
.innerbox::-webkit-scrollbar {
	width: 6px;
}
.innerbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.innerbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
#footer .content ul li{
	cursor: pointer;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	height: 42px;
	margin: 0 19px;
}
#footer .content ul li a{
	color: #fff;
	text-decoration:none;
}
#footer .content ul li a:hover{
	color: #fff !important;
}
#footer .footer-box{
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1010px;
}
#footer .footer-box ul{
	display: inline;
}
#footer .footer-box ul li{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	height: 16px;
	margin-bottom: 18px;
	width: 950px;
}
#footer .footer-box ul li span{
	margin-right: 26px;
}
#footer .footer-box .gaba{
	width: 16px;
	height: 16px;
}
#footer .footerimg{
	position: absolute;
	top: 180px;
	left: 0;
	right: 100px;
	margin: 0 auto;
	width: 1010px;
}
#footer .footerimg img{
	float: right;
}
@media screen and (min-width: 1700px) {
	#footer{
		min-width: 1280px;
		height: 456px;
	}
	#footer .footernav{
		width: 1280px;
		height: 70px;
	}
	#footer .footernav li{
		margin-right: 18px;
		height: 70px;
		width: 241px;
	}
	#footer .footernav li a{
		border-radius: 6px;
		font-size: 18px;
		line-height: 54px;
		height: 54px;
		width: 241px;
	}
	#footer .footernav li:last-child{
		margin-right: 0;
	}
	#footer .footernav .active{
		border-radius: 6px 6px 0 0;
	}
	#footer .footernav .active a{
		border-radius: 6px 6px 0 0;
	}
	#footer .content{
		top: 69px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 1280px;
		border-radius: 6px;
	}
	#footer .content ul{
		width: 1277px;
		overflow:auto;
		max-height: 310px;
	}
	#footer .content ul li{
		font-size: 16px;
		line-height: 38px;
		height: 38px;
		margin: 0 30px;
	}
	.innerbox::-webkit-scrollbar {
		width: 9px;
	}
	#footer .content ul li a{
	}
	#footer .content ul li a:hover{
	}
	#footer .footer-box{
		top: 190px;
		left: 0;
		right: 0;
		width: 1280px;
	}
	#footer .footer-box ul{
	}
	#footer .footer-box ul li{
		font-size: 16px;
		line-height: 22px;
		height: 22px;
		margin-bottom: 24px;
		width: 1200px;
	}
	#footer .footer-box ul li span{
		margin-right: 40px;
	}
	#footer .footerimg{
		top: 223px;
		left: 0;
		right: 165px;
		width: 1280px;
	}
	#footer .footer-box .gaba{
		width: 22px;
		height: 22px;
	}
	#footer .footerimg img{
		float: right;
	}
}